home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-06-04 | 485 b | 23 lines | [TEXT/CWIE] |
- // COPYRIGHT 1994 A.D. Software, All rights reserved
-
- // OOFILE c-tree Plus backend implementation
-
- // EXPORTED inline definitions
-
- // -------------------------------------------------------
- // d b C o n n e c t _ c t r e e
- // -------------------------------------------------------
- inline bool dbConnect_ctree::isReadLocked() const
- {
- return mLockingState==readLocking;
- }
-
-
- inline bool dbConnect_ctree::isWriteLocked() const
- {
- return mLockingState==writeLocking;
- }
-
-
-
-